no-write allocation - определение. Что такое no-write allocation
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое no-write allocation - определение

COMPUTING COMPONENT THAT TRANSPARENTLY STORES DATA SO THAT FUTURE REQUESTS FOR THAT DATA CAN BE SERVED FASTER
Caching; Draft:Cache memory; Write-through; Write-thru; Write-back; No-write allocation; Cache miss; Cache conflict; Cache hit; Cache-Memory; Memory cache; Write through cache; Write back cache; Cash memory; Cache misses; Cacheable content; Cache Memory; Dirty cache; Dirty flag; SQL caching; Game Cache File; Lazy write; Dirty (computer science); Backing store; Result cache; Memory caching; Caching (computing); Write-around; Write-behind; Writeback; Cache memory; GPU cache; Cache hit ratio; Cache hit rate; Write-back cache; Hardware cache; Software caches; Remote memory; Remote cache; Stack cache; Copy back cache; Writethrough
  • A write-back cache with write allocation
  • A write-through cache with no-write allocation
Найдено результатов: 5797
no-write allocation         
<memory management> A cache policy where only processor reads are cached, thus avoiding the need for write-back or write-through. (1996-06-12)
Resource allocation         
ALLOCATION OF RESOURCES AMONG POSSIBLE USES
Distributed resource allocation; Allocation of resources; Resource allocation problems; Resource allocation problem; Allocation of Resources; Resource allocation mechanism; Resource Allocation; Algorithms for resource allocation
In economics, resource allocation is the assignment of available resources to various uses. In the context of an entire economy, resources can be allocated by various means, such as markets, or planning.
write-down         
REDUCTION IN RECOGNIZED VALUE OF AN ENTITY
Write down; Goodwill writedown; Written off; Write-down; Writeoff; Writedown; Writedowns; Totalled; Write off; Tax write-off; Tax writeoff
¦ noun Finance a reduction in the estimated or nominal value of an asset.
Totalled         
REDUCTION IN RECOGNIZED VALUE OF AN ENTITY
Write down; Goodwill writedown; Written off; Write-down; Writeoff; Writedown; Writedowns; Totalled; Write off; Tax write-off; Tax writeoff
·add. ·- of Total.
write-off         
REDUCTION IN RECOGNIZED VALUE OF AN ENTITY
Write down; Goodwill writedown; Written off; Write-down; Writeoff; Writedown; Writedowns; Totalled; Write off; Tax write-off; Tax writeoff
¦ noun
1. Brit. a vehicle that is too badly damaged to be repaired.
2. informal something completely useless or unproductive.
3. Finance a cancellation from an account of a bad debt or worthless asset.
write down         
REDUCTION IN RECOGNIZED VALUE OF AN ENTITY
Write down; Goodwill writedown; Written off; Write-down; Writeoff; Writedown; Writedowns; Totalled; Write off; Tax write-off; Tax writeoff
When you write something down, you record it on a piece of paper using a pen or pencil.
On the morning before starting the fast, write down your starting weight...
Only by writing things down could I bring some sort of order to the confusion.
PHRASAL VERB: V P n (not pron), V n P
write off         
REDUCTION IN RECOGNIZED VALUE OF AN ENTITY
Write down; Goodwill writedown; Written off; Write-down; Writeoff; Writedown; Writedowns; Totalled; Write off; Tax write-off; Tax writeoff
1.
If you write off to a company or organization, you send them a letter, usually asking for something.
He wrote off to the New Zealand Government for these pamphlets about life in New Zealand.
= write
PHRASAL VERB: V P to n, also V P
2.
If someone writes off a debt or an amount of money that has been spent on a project, they accept that they are never going to get the money back. (BUSINESS)
The president persuaded the West to write off Polish debts...
PHRASAL VERB: V P n (not pron), also V n P
3.
If you write someone or something off, you decide that they are unimportant or useless and that they are not worth further serious attention.
He is fed up with people writing him off because of his age...
His critics write him off as too cautious to succeed...
These people are difficult to write off as malingering employees.
= dismiss
PHRASAL VERB: V n P, V n P as n/adj, V P n (not pron) as n/adj
4.
If someone writes off a vehicle, they have a crash in it and it is so badly damaged that it is not worth repairing. (BRIT)
John's written off four cars. Now he sticks to public transport...
One of Pete's friends wrote his car off there.
PHRASAL VERB: V P n (not pron), V n P
5.
If you write off a plan or project, you accept that it is not going to be successful and do not continue with it.
We decided to write off the rest of the day and go shopping...
The prices were much higher. So we decided to write that off...
PHRASAL VERB: V P n (not pron), V n P
6.
see also write-off
write off         
REDUCTION IN RECOGNIZED VALUE OF AN ENTITY
Write down; Goodwill writedown; Written off; Write-down; Writeoff; Writedown; Writedowns; Totalled; Write off; Tax write-off; Tax writeoff
v. (D; tr.) to write off as (he was written off as a has-been)
Write-off         
REDUCTION IN RECOGNIZED VALUE OF AN ENTITY
Write down; Goodwill writedown; Written off; Write-down; Writeoff; Writedown; Writedowns; Totalled; Write off; Tax write-off; Tax writeoff
A write-off is a reduction of the recognized value of something. In accounting, this is a recognition of the reduced or zero value of an asset.
write-off         
REDUCTION IN RECOGNIZED VALUE OF AN ENTITY
Write down; Goodwill writedown; Written off; Write-down; Writeoff; Writedown; Writedowns; Totalled; Write off; Tax write-off; Tax writeoff
(write-offs)
1.
Something such as a vehicle that is a write-off has been so badly damaged in an accident that it is not worth repairing. (BRIT)
The car was a write-off, but everyone escaped unharmed.
N-COUNT
2.
A write-off is the decision by a company or government to accept that they will never recover a debt or an amount of money that has been spent on something.
Mr James persuaded the banks to accept a large write-off of debt.
N-COUNT
3.
If you describe a plan or period of time as a write-off, you mean that it has been a failure and you have achieved nothing. (INFORMAL)
Today was really a bit of a write-off for me...
N-SING

Википедия

Cache (computing)

In computing, a cache ( (listen) KASH) is a hardware or software component that stores data so that future requests for that data can be served faster; the data stored in a cache might be the result of an earlier computation or a copy of data stored elsewhere. A cache hit occurs when the requested data can be found in a cache, while a cache miss occurs when it cannot. Cache hits are served by reading data from the cache, which is faster than recomputing a result or reading from a slower data store; thus, the more requests that can be served from the cache, the faster the system performs.

To be cost-effective and to enable efficient use of data, caches must be relatively small. Nevertheless, caches have proven themselves in many areas of computing, because typical computer applications access data with a high degree of locality of reference. Such access patterns exhibit temporal locality, where data is requested that has been recently requested already, and spatial locality, where data is requested that is stored physically close to data that has already been requested.